.PHONY: summary plots

summary:
	python scripts/run.py --summary

plots:
	python scripts/run.py --plots --outdir artifacts/plots
